ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionView<T> Class
The type of the items in the collection.
Members

In This Topic
    C1CollectionView<T> Class
    In This Topic
    Implements an in-memory collection view which takes a data source and applies the sort and filter operations.
    Object Model
    C1CollectionView<T> Class
    Syntax
    Type Parameters
    T
    The type of the items in the collection.
    Inheritance Hierarchy

    System.Object
       C1.CollectionView.C1CollectionViewBase<T>
          C1.CollectionView.C1WrapCollectionView<S,T>
             C1.CollectionView.C1WrapCollectionView<T>
                C1.CollectionView.C1CollectionView<T>

    See Also